-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLT-5882: Refactor teliod cgi structure #1047
base: main
Are you sure you want to change the base?
Conversation
e4cd113
to
a76fed0
Compare
a76fed0
to
9f8b4f9
Compare
9f8b4f9
to
f020572
Compare
f020572
to
d3a03f0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1.0 Nice cleanup, one minor nitpick
clis/teliod/Cargo.toml
Outdated
@@ -42,4 +42,5 @@ rand = "0.8.5" | |||
serial_test = "3.2.0" | |||
|
|||
[features] | |||
qnap = ["const_format", "rust-cgi"] | |||
cgi = ["const_format", "rust-cgi"] | |||
qnap = ["cgi"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: add new line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
d3a03f0
to
d558afa
Compare
This PR refactors the teliod CGI component, changing the structure focus to be the CGI feature instead of QNAP.
Main changes:
☑️ Definition of Done checklist